curl --location -g --request POST '{{protocol}}{{pricingApiHost}}/rest/pricing/multisearch/{{userId}}' \
--header 'secret: {{token}}' \
--header 'companyid: {{companyId}}' \
--data-raw '{
"date": null,
"companyId": "{{companyId}}",
"criteria": {
"purchasePrice": 500000,
"loanAmount": 400000,
"lineAmount": 0,
"rehabBudget": 0,
"drawAmount": 0,
"subordinateLoanAmount": 0,
"pmiType": "None",
"monthlyIncome": "5000.00",
"monthlyDebt": "2150.00",
"loanYear": 30,
"loanPurpose": "Purchase",
"loanType": "Fixed",
"mortgageType": null,
"mortgageTypes": [
"Conventional"
],
"propertyUse": "PrimaryResidence",
"ownProperties": 0,
"specialMortgageOptions": [],
"fundingFeeFinanced": "YES",
"inclusive": false,
"varaiableLoanTypes": [],
"fico": 760,
"downPaymentAmount": 0,
"isFirstLienSame": "",
"escrowWaiver": false,
"lenderFeeWaiver": true,
"compensationType": "LenderCompPlan",
"lienPriorityType": "FirstLien"
},
"rateRange": {
"@class": "com.cre8techlabs.entity.range.DoubleRangeLeGt",
"from": null,
"to": null
},
"property": {
"address": {
"longitude": null,
"latitude": null,
"censustract": "06037",
"street": "",
"streetCont": "",
"city": "Pasadena",
"zip": "91101",
"zipExt": "",
"state": "CA",
"province": "",
"county": "06037",
"countyName": "",
"country": "US"
},
"propertyType": "SingleFamily",
"numberOfUnit": 1,
"attachmentType": null
},
"brokerCriteria": {
"displayConventionalRate": false,
"minimunCompensation": null,
"maxCompensation": null,
"overrideExistingComplan": false,
"compPlan": null,
"qmFilterLimit": null,
"rateTypes": [],
"sortView": "LenderPaid",
"businessSourceType": "BST_NA",
"divisionSourceType": null,
"feeServicer": null,
"feeServicerList": [],
"dayLocks": 30,
"dayLocksList": [
14,
15,
21,
30,
45,
60,
90
],
"ausList": [
"None",
"LP",
"DU"
],
"closingCostRange": {
"@class": "com.cre8techlabs.entity.broker.BrokerCriteria$RangeClosingCost",
"from": null,
"to": null,
"closestToPar": false,
"infinite": true
},
"searchContext": {}
},
"accessCriteria": {
"marketPlaceSearch": false,
"companyIds": []
},
"filter": {
"programNames": [],
"productCode": []
},
"showDisqualify": false,
"showDisqualifyRules": true,
"showUnmatchCompPlan": false,
"rateGridIds": [],
"ratePeriodIds": [],
"miCriteria": {
"miCompanyId": null,
"miCompanyName": null,
"amortizationType": "FullyAmmortized",
"loanType": "Fixed",
"duLpDecision": "DU_Approve_Eligible",
"buyDownPercent": "None",
"originationChannel": "Retail",
"loanProgram": null,
"renewalType": "Constant",
"paymentPlan": "EZMonthly",
"paymentType": "Monthly",
"coBorrowerFicoScore": null,
"varaiableLoanType": null,
"numberOfDeferredPayments": 0
},
"closingCost": {
"closingCostGroup": [],
"settlementCost": {
"origination": {
"othersLabel": "Fee",
"others": 0,
"underwritingLabel": "Underwriting",
"underwriting": 0,
"administrationLabel": "Administration Fee",
"administration": null,
"lenderCreditLabel": "Lender Credit",
"lenderCredit": null,
"total": 0
},
"titleService": {
"overrideTitle": false,
"titleInsuranceLabel": "Title Insurance Cost",
"titleInsurance": null,
"borrowerTitlePaidPercentLabel": "Borrower Title Insurance Percent",
"borrowerTitlePaidPercent": 0.5,
"overrideEscrow": false,
"escrowCostLabel": "Escrow Cost",
"escrowCost": null,
"borrowerEscrowPaidPercentLabel": "Borrower Escrow Cost Percent",
"borrowerEscrowPaidPercent": 0.5,
"notarySignLabel": "Notary Sign",
"notarySign": 145,
"total": 145
},
"thirdPartyServices": {
"appraisalLabel": "Appraisal",
"appraisal": 500,
"taxServiceLabel": "Tax Service",
"taxService": 0,
"creditReportLabel": "Credit Report",
"creditReport": 0,
"floodCertificationLabel": "Floor Certification",
"floodCertification": 12,
"overnightLabel": "Overnight",
"overnight": 16,
"recordingLabel": "Recording",
"recording": 85,
"total": 613
},
"closingCostGroup": [],
"total": 758
},
"useClosingCost": false,
"useCompanyDefaultClosingCost": false,
"useErnstCost": false,
"allowErnstQuote": false,
"total": 758
},
"rate": null,
"maxListingPerRate": -1,
"skipAdjustments": false,
"name": null,
"termsCriteria": [
30
],
"loanPurposeCriteria": [
"Purchase"
],
"loanTypeCriteria": [
"Fixed"
],
"varLoanTypeCriteria": [],
"code": "FLEX"
}' |